* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Fri, 18 Sep 2009 21:27:11 +0000 (21:27 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Fri, 18 Sep 2009 21:27:11 +0000 (21:27 +0000)
     don't update the NSWindow itself.
      (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
    state detection and store user rect ourselves. (Bug #3581)

src/ChangeLog

index 2c3b3a5db15426c1578ecca7922400274ed63972..0a4d3afa07516a909a6674aee14b07cceb409178 100644 (file)
@@ -9,6 +9,10 @@
        * nsterm.m (ns_no_defaults): Remove.
        (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
        (ns_use_qd_smoothing): Remove legacy variable.
+       (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
+       don't update the NSWindow itself.
+       (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
+       state detection and store user rect ourselves. (Bug #3581)
 
        * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
        ns_use_qd_smoothing.